home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / main.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  129 b   |  9 lines

  1. on mouseDown
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   unLoad()
  6.   puppetSound("Audio Impact")
  7.   go(label("Hiding"))
  8. end
  9.